From: Stefan Monnier Date: Thu, 10 Sep 2009 16:47:47 +0000 (+0000) Subject: (Fwhere_is_internal): Last minute typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~7219 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=deeb21d4d76909c91f4f94f1fa1bbc782fb5f75a;p=emacs.git (Fwhere_is_internal): Last minute typo. --- diff --git a/src/keymap.c b/src/keymap.c index 111352c7f8a..4ffb071272c 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2804,7 +2804,7 @@ remapped command in the returned list. */) /* The keymaps in which to search. */ Lisp_Object keymaps; /* Potentially relevant bindings in "shortest to longest" order. */ - Lisp_Object sequences = Qnil, + Lisp_Object sequences = Qnil; /* Actually relevant bindings. */ Lisp_Object found = Qnil; /* 1 means ignore all menu bindings entirely. */